projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04befb3
)
ostbuild: Show ostbuild log messages in warningfilter again
author
Colin Walters
<walters@verbum.org>
Fri, 27 Apr 2012 20:58:06 +0000
(16:58 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 4 May 2012 20:16:16 +0000
(16:16 -0400)
src/ostbuild/pyostbuild/warningfilter.py
patch
|
blob
|
history
diff --git
a/src/ostbuild/pyostbuild/warningfilter.py
b/src/ostbuild/pyostbuild/warningfilter.py
index 6df46035d9cd122472f2e4a7318aab3321360bda..24619533a73aa35abc0b4287e17d038209fbee68 100644
(file)
--- a/
src/ostbuild/pyostbuild/warningfilter.py
+++ b/
src/ostbuild/pyostbuild/warningfilter.py
@@
-26,7
+26,7
@@
from . import filemonitor
from . import mainloop
warning_re = re.compile(r'(: ((warning)|(error)|(fatal error)): )|(make(\[[0-9]+\])?: \*\*\*)')
-output_whitelist_re = re.compile(r'^(make(\[[0-9]+\])?: Entering directory)|(ostbuild
)')
+output_whitelist_re = re.compile(r'^(make(\[[0-9]+\])?: Entering directory)|(ostbuild
:
)')
_bold_sequence = None
_normal_sequence = None